home *** CD-ROM | disk | FTP | other *** search
- echo off
- if not exist d.l goto :nodl
- sort <d.l > temp33.tem
- IF not exist temp33.tem goto :exit
- del d.l
- ren temp33.tem d.l
- repo
- GOTO :DONE
- :exit
- ECHO The DOS Command SORT.EXE cannot be accessed to sort your data file.
- ECHO Your Report may not have the dates in order.
- repo
- goto :done
- :nodl
- echo The data file D.L cannot be found - See the Manual.
- :DONE